home *** CD-ROM | disk | FTP | other *** search
- #SPEC -realnameid 0
-
- # messages table
- #@@%000@@FR@@Inverser une courbe@@
- #@@%000@@US@@Invert a curve@@
-
- # no shape
- if {[llength [.amapi scene]] == 0} return
-
- # it's not a curve
- newshape shape [.amapi current]
- if {[shape -curve] == 0} return
-
- # make a copy of curve
- newshape result [move -copy -shape [shape -ref] -move {0 0 0}]
-
- # invert curve
- result -invert
-
- shape -checkout
- result -checkout
- result -checkin
-